home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- :loop
- startmnu.exe
- if errorlevel 8 goto 8
- if errorlevel 7 goto 7
- if errorlevel 6 goto 6
- if errorlevel 5 goto 5
- if errorlevel 4 goto 4
- if errorlevel 3 goto 3
- if errorlevel 2 goto 2
- if errorlevel 1 goto 1
- goto 0
- :8
- goto loop
- :7
- goto loop
- :6
- goto loop
- :5
- goto loop
- :4
- call kid
- goto loop
- :3
- call galaxian
- goto loop
- :2
- call mario
- goto loop
- :1
- call tubes
- goto loop
- :0
- cls
-
-